Dialog for selecting one or more items from a list
Displays dialog @param list: list of items to display @param multiple_selections: amount of items user is allowed to select @return: list of selected items @note: if multiple_selections is not specified, default to amount of items
Sort items according to their type @param items: items to sort @returns: list of sorted items