/**
  * @return string
  */
 public function getNumberFormatted()
 {
     return (string) StringTransform::toPhoneNumberFormatted($this->number);
 }