That really does not matter, until you want to cast to same class in a loop for 2000 or even more times, vs storing it as variable already casted to.
Also since game instance is already loaded (more like always loaded), there is no extra overhed while casting to it, as system does not need to load class to memory (or whatever it does when you cast to not loaded class).