I have a list of objects which contains different types of objects but a single property is common among all.
list contains objects of Field class, Button Class, Page class
All your objects should be exetended or inheritance by some and same super class, then the compiler will not ask you to explicitly change those objects.