public void moveCoins() {
   for (Coin i : coinList) {
     i.move();
   }
 }