Create Class/Object representation only if what you are trying to represent can be better explained as an object.
Hash Maps are another solution. For example, instead of differnt arrays for ages and names, if the names are unique, you can use the name as keys and age as the value.