Get the name associated with the contact.
The name of the contact.
str
Example
print(contact_info.get_name()) # Output: “Ahnaf Tahmid Chowdhury”
ContactInfo.get_name()