Setting up the User Model
Create The printer class
Back in main:
Create a user
Print it
Setting up the Address model:
Embed it into the User class
Extend the Printer class:
Use it in main:
Add a constructor
Have it take the args:
Initialise the address here
Use the constructor, instead of an initialiser
Print the result