Here\'s my code:
public class Person { String Name; Identification ID; ///where Identification is a class with other info ... } public class Population {