public void cancelNewGameRequest(String opponentUsernameRequestee) throws NetworkException {
   m_netClient.cancelNewGameRequest(opponentUsernameRequestee);
 }