Class Person represents selected attributes of real entity
Instant created
represents a timestamp when instance was created
String name
represents full name of a person
Integer age
represents age of a person
Address address
represent current address where person is living at
Implement equality contract for class Person