public function __toString() : string { return $this->getNameSymbol() . '(' . implode(' ', array_map('strval', $this->transports)) . ')'; }