public void HostGame()
    {
        manager.StartHost(null, 4);
        discovery.StartBroadcast();

        optionsPanel.SetActive(false);
        lobbyPanel.SetActive(true);
        startGameButton.gameObject.SetActive(true);
    }