protected function _getBirthday()
 {
     if ($this->userInfo->getBirthday()) {
         $birthday = date('F j, Y', strtotime($this->userInfo->getBirthday()));
         return $birthday;
     }
     return null;
 }