@Override
 public void setVelocity(Vector velocity) {
   this.velocity.setVector(velocity.getX(), velocity.getY());
 }