/**
  * accessor for the date of birth as a string
  *
  * @return teh dob
  */
 public String getDob() {
   return new SimpleDateFormat("MMM dd, yyyy").format(_pawsPatient.getDateOfBirth().getTime());
 }