Create two methods:
sort_by_first_name
sort_by_first_name_and_age
Both methods will accept an array of hashes as a param with the key/pair data values of: name => string, last_name => string, age => int
name => string
last_name => string
age => int
Return the sorted hash as the output.