I have a person object with personId, age and gender.
public class Person { private int personId; private int age; private int gender; //0 for ma