public function testToString()
 {
     $series_type = new SeriesType();
     $this->assertEquals($series_type->getName(), $series_type->__toString());
 }