Capturing pokemon now happens inside the Trainer object. usersPokemon is no longer used.
Added a trainer class with a name, a list of pokemon and a list of items. Game.java has been changed to treat the player as a Trainer.