@JvmStatic fun getGym(context: Context, gymId: String): GymShell?
Get gym object if available from the application
context - Context Application Context
context
gymId - String Gym ID
gymId
Return GymList.GymShell? Gym object if any, null otherwise