public function toPlace(Placement $placement)
 {
     $this->x = $placement->getX();
     $this->y = $placement->getY();
 }