Implement a method for sorting a sequence of integer numbers in descending order. The method must modify the given sequence represented as a list.
Try to use standard methods for processing collections.
Do not output the elements of the list, just modify the collection.