public String getInfo(Context context) {
   return age == null ? "null" : age.toString(context);
 }