public function testToString()
 {
     $c = new Coordinate(1.1, 2.2);
     $this->assertEquals("1.1,2.2", $c->__toString());
 }