Can I put a Level as a property of a GameObject?

Can I do something kind of like this?:

var Level : GameObject;

And then can I load that GameObject? Is there something similar to doing this? Thanks.

You might be wanted to load a Resource or AssetBundle. Google those in the unity manuals