public override string ToString()
 {
     //return "pID:" + PlayerId + " - " + (Card)holeCard1 + " " + (Card)holeCard2;
     return(parentCache.getPlayerName(PlayerId) + " - " + (Card)holeCard1 + " " + (Card)holeCard2);
 }
 public override string ToString()
 {
     return("[" + localSeqIndex + "] " + parentCache.getPlayerName(playerId) + " - " + (PokerAction)actionTypeId + ": " + actionValue);
 }
 public override string ToString()
 {
     //return "pID:" + playerId + " pos:" + position + " isDead:" + Convert.ToDouble(isDead) + " stack:" + stack;
     return(parentCache.getPlayerName(PlayerId) + " - pos:" + position + " isDead:" + Convert.ToDouble(isDead) + " stack:" + stack);
 }