public override Rectangle getRectangle()
 {
     return(new Rectangle((int)position.X, (int)position.Y, animation.getWidth(), animation.getHeight()));
 }