public function testToString()
 {
     $obj = new SystemCalendar();
     $obj->setName('testName');
     $this->assertEquals($obj->getName(), (string) $obj);
 }