Hi! When I print the objects they are printed in an "ugly" way, with the hashcode (Cat@38c6f217). How can I solve this without the need of using a toString() method? And I've discovered in this task that when creating many objects, they don't necessarily need to have a different name (ie. a different reference variable). Correct, right? Thank you for your answers!