public void GetNiceInteraction(string name)
    {
        bool mean = false;

        thisAgentPersonality.ReceiveSocial(name, mean);
    }