public function toString() : string { $string = ''; foreach ($this->toArray() as $str) { $string .= $str . "\r\n"; } return $string; }