public void ChangeGoldAmount(BigInteger newGoldAmount)
 {
     _goldAmount.text = string.Format(_goldAmountTemplate, newGoldAmount.ConvertValue());
 }