Complete the ToString method. This method returns a string version of a student object in the form: Name: Brown, David ID: 123456 Birthdate: 1962-10-25
a) Concatenate student attributes into a formatted string
b) Serialize student object into JSON format
c) Convert student object to XML representation
d) Encode student data using Base64