getTranslatedName() abstract public method

This string is what appears in the UI.
abstract public getTranslatedName ( ) : string
return string
 public function getTranslatedName()
 {
     return $this->wrapped instanceof Metric ? $this->wrapped->getTranslatedName() : $this->getName();
 }