One way to handle it globally (without the need for an interface) is to have a GenderIndex variable in the GameInstance. You set that once (during menu selection) and then whichever class needs it throughout the game play can pull it from the game instance.