DI Question.

I have a DI questions from a developer in our office that I don't know
the answer to.

We have a Policy object, into which we inject vehicle object and also
a driver object. The driver object needs some things out of the
vehicle object. How can I inject the already existing vehicle object
into the driver object?

Thanks,

Tim