public function test_getTypeDescription()
 {
     $this->assertEquals('Type: 3', Circle::getTypeDescription());
 }