I have two classes

Class 1 has a List of objects that's PRIVATE. I currently have two functions to add and delete from the list. I need a way to retrieve all the objects in the list.. either by using a function to RETURN the list so I can access it on Class 2, or some other magical way. Hopefuly there's a way to do it without making the list public?