/**
  * Returns name suffix
  *
  * @return string
  */
 public function getSuffix()
 {
     return $this->address->getSuffix();
 }